android.ndk.asset_manager_jni

@file asset_manager_jni.h

Members

Functions

AAssetManager_fromJava
AAssetManager* AAssetManager_fromJava(JNIEnv* env, jobject assetManager)

Given a Dalvik AssetManager object, obtain the corresponding native AAssetManager object. Note that the caller is responsible for obtaining and holding a VM reference to the jobject to prevent its being garbage collected while the native object is in use.

Meta